home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 21 / CTROM21B.mdf / win95 / database / aml / aml.exe / _SETUP.1 / Sample Library.aml / People.json < prev   
Encoding:
JavaScript Object Notation  |  1999-01-27  |  2.1 KB

  1. {
  2.     "schema": {
  3.         "Display Name": "Text (50)",
  4.         "First Name": "Text (50)",
  5.         "Last Name": "Text (50)",
  6.         "Address1": "Text (50)",
  7.         "Address2": "Text (50)",
  8.         "City": "Text (50)",
  9.         "State": "Text (50)",
  10.         "Zip": "Text (50)",
  11.         "Phone": "Text (50)",
  12.         "Email": "Text (255)",
  13.         "Notes": "Memo/Hyperlink (255)"
  14.     },
  15.     "data": [
  16.         {
  17.             "Display Name": "Bob Griffith",
  18.             "First Name": "Bob",
  19.             "Last Name": "Griffith"
  20.         },
  21.         {
  22.             "Display Name": "Brian Foster",
  23.             "First Name": "Brian",
  24.             "Last Name": "Foster"
  25.         },
  26.         {
  27.             "Display Name": "Chris Childs",
  28.             "First Name": "Chris",
  29.             "Last Name": "Childs"
  30.         },
  31.         {
  32.             "Display Name": "Daniel Latshaw",
  33.             "First Name": "Daniel",
  34.             "Last Name": "Latshaw"
  35.         },
  36.         {
  37.             "Display Name": "Dave Stencil",
  38.             "First Name": "Dave",
  39.             "Last Name": "Stencil",
  40.             "Email": "Dave@asgcomputers.com"
  41.         },
  42.         {
  43.             "Display Name": "David Copperfield",
  44.             "First Name": "David",
  45.             "Last Name": "Copperfield"
  46.         },
  47.         {
  48.             "Display Name": "Geoff Beaston",
  49.             "First Name": "Geoff",
  50.             "Last Name": "Beaston"
  51.         },
  52.         {
  53.             "Display Name": "George Cornbuckles",
  54.             "First Name": "George",
  55.             "Last Name": "Cornbuckles",
  56.             "Address1": "123 Any Street",
  57.             "City": "Anytown",
  58.             "State": "AS",
  59.             "Zip": "12345",
  60.             "Phone": "410-123-4567",
  61.             "Email": "george@corbuckles.edu",
  62.             "Notes": "Don't lend him DVD discs because his player scratches them!"
  63.         },
  64.         {
  65.             "Display Name": "Harry Wanner",
  66.             "First Name": "Harry",
  67.             "Last Name": "Wanner"
  68.         },
  69.         {
  70.             "Display Name": "James Davis",
  71.             "First Name": "James",
  72.             "Last Name": "Davis"
  73.         },
  74.         {
  75.             "Display Name": "Jane Latshaw",
  76.             "First Name": "Jane",
  77.             "Last Name": "Latshaw"
  78.         },
  79.         {
  80.             "Display Name": "John Doe",
  81.             "First Name": "John",
  82.             "Last Name": "Doe"
  83.         },
  84.         {
  85.             "Display Name": "Kayla Latshaw",
  86.             "First Name": "Kayla",
  87.             "Last Name": "Latshaw"
  88.         },
  89.         {
  90.             "Display Name": "Kris Latshaw",
  91.             "First Name": "Kristin",
  92.             "Last Name": "Latshaw",
  93.             "Address1": "9626 Mason Ave.",
  94.             "City": "Baltimore",
  95.             "State": "MD",
  96.             "Zip": "21234",
  97.             "Email": "Kris@Latshaw.net",
  98.             "Notes": "#1"
  99.         },
  100.         {
  101.             "Display Name": "Larry Parks",
  102.             "First Name": "Larry",
  103.             "Last Name": "Parks"
  104.         },
  105.         {
  106.             "Display Name": "Marty Stewart",
  107.             "First Name": "Marty",
  108.             "Last Name": "Stewart",
  109.             "Email": "marty@asgcomputers.com"
  110.         },
  111.         {
  112.             "Display Name": "Michelle Fowler",
  113.             "First Name": "Michelle",
  114.             "Last Name": "Fowler",
  115.             "Email": "Michelle@asgcomputers.com"
  116.         },
  117.         {
  118.             "Display Name": "Mike McKimmie",
  119.             "First Name": "Mike",
  120.             "Last Name": "McKimmie"
  121.         },
  122.         {
  123.             "Display Name": "Steve Stitz",
  124.             "First Name": "Steve",
  125.             "Last Name": "Stitz"
  126.         },
  127.         {
  128.             "Display Name": "Steve Sunday",
  129.             "First Name": "Steve",
  130.             "Last Name": "Sunday"
  131.         }
  132.     ]
  133. }